home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / disk / misc / tsgui.lha / tsgui / developer / tsgui.cd < prev   
Encoding:
Text File  |  2002-01-26  |  3.1 KB  |  189 lines

  1. ; $VER: tsgui.catalog 01.00 (23.05.01)
  2. ;
  3. MSG_CANCEL (//)
  4. Cancel
  5. ;
  6. MSG_READING_TRACK (//)
  7. Reading track %ld\r
  8. ;
  9. MSG_WRITING_TRACK (//)
  10. Writing track %ld\r
  11. ;
  12. MSG_READ_DISK (//)
  13. Read disk
  14. ;
  15. MSG_WRITE_DISK (//)
  16. Write disk
  17. ;
  18. MSG_IO_ERROR (//)
  19. \n*** Error %ld%s\n
  20. ;
  21. MSG_READ_ERROR (//)
  22. While reading Cylinder No. %ld\nan error has occured.\nError No. %ld%s
  23. ;
  24. MSG_WRITE_ERROR (//)
  25. While writing Cylinder No. %ld\nan error has occured.\nError No. %ld%s
  26. ;
  27. MSG_IGNORE_CANCEL (//)
  28. Ignore|Cancel
  29. ;
  30. MSG_OK (//)
  31. Ok
  32. ;
  33. MSG_FILE_INCOMPLETE (//)
  34. Operation canceled\nThe file is incomplete.
  35. ;
  36. MSG_NOT_ENOUGH_MEMORY (//)
  37. Not enough memory for buffer !
  38. ;
  39. MSG_PRINT_DEVICE (//)
  40. Device = %s\n
  41. ;
  42. MSG_PRINT_UNIT (//)
  43. Unit   = %ld\n
  44. ;
  45. MSG_PRINT_FLAGS (//)
  46. Flags  = %ld\n
  47. ;
  48. MSG_PRINT_BYTES_PER_CYL (//)
  49. Bytes per cylinder = %ld\n
  50. ;
  51. MSG_PRINT_FIRST_CYL (//)
  52. First cylinder     = %ld\n
  53. ;
  54. MSG_PRINT_LAST_CYL (//)
  55. Last cylinder      = %ld\n
  56. ;
  57. MSG_CANNOT_OPEN_FILE (//)
  58. Cannot open file %s !
  59. ;
  60. MSG_TOO_LARGE_DISK (//)
  61. The disk is larger than 4GB but the device does not support 64bit commands !
  62. ;
  63. MSG_CANNOT_OPEN_DEVICE (//)
  64. Cannot open %s unit %ld !\n
  65. ;
  66. MSG_CANNOT_FIND_DRIVE (//)
  67. Cannot find drive %s !\n
  68. ;
  69. MSG_NAME (//)
  70. Name
  71. ;
  72. MSG_DEVICE (//)
  73. Device
  74. ;
  75. MSG_UNIT (//)
  76. Unit
  77. ;
  78. MSG_FIRST_CYL (//)
  79. First cyl.
  80. ;
  81. MSG_LAST_CYL (//)
  82. Last cyl.
  83. ;
  84. MSG_SIZE (//)
  85. Size
  86. ;
  87. MSG_REFRESH (//)
  88. Refresh
  89. ;
  90. MSG_FORMAT_WHILE_WRITING (//)
  91. Format while writing
  92. ;
  93. MSG_FILE (//)
  94. File
  95. ;
  96. MSG_DISK_TO_FILE (//)
  97. Disk -> File
  98. ;
  99. MSG_FILE_TO_DISK (//)
  100. File -> Disk
  101. ;
  102. MSG_PLEASE_CHOOSE_FILE (//)
  103. Please choose file
  104. ;
  105. MSG_MUST_CHOOSE_DRIVE_FIRST (//)
  106. You must first choose a drive !
  107. ;
  108. MSG_MUST_CHOOSE_FILE_FIRST (//)
  109. You must first choose an image file !
  110. ;
  111. MSG_INVALID_ACTION (//)
  112. Invalid action %s !\nValid actions are READ and WRITE.\n
  113. ;
  114. MSG_BREAK (//)
  115. *** Break\n
  116. ;
  117. MSG_SIZE_DOES_NOT_FIT (//)
  118. The size of the image file does not fit the size of the disk !
  119. ;
  120. MSG_FILE_ALREADY_EXISTS (//)
  121. The file does already exist !
  122. ;
  123. MSG_OVERWRITE_CANCEL (//)
  124. Overwrite|Cancel
  125. ;
  126. MSG_IGNORE_ALL_CANCEL (//)
  127. Ignore|Ignore all|Cancel
  128. ;
  129. MSG_DATA_WILL_BE_DISCARDED (//)
  130. All data that is already on the disk will be discarded !
  131. ;
  132. MSG_OK_CANCEL (//)
  133. Ok|Cancel
  134. ;
  135. ;==== Strings for Version 1.2 start here ===============================
  136. ;
  137. MSG_USE_GZIP (//)
  138. Compress with GZIP
  139. ;
  140. MSG_RAW_READ (//)
  141. Create custom ADFs
  142. ;
  143. MSG_PREFS (//)
  144. Preferences
  145. ;
  146. MSG_CANNOT_RUN_GZIP (//)
  147. Cannot run GZIP !
  148. ;
  149. MSG_GZIP_NOT_FOUND (//)
  150. Unable to locate the GZIP executable.\n
  151. ;
  152. MSG_GZIP_IS_NOT_AVAILABLE (//)
  153. GZIP is not available.
  154. ;
  155. ;==== Strings for Version 1.5 start here ===============================
  156. ;
  157. MSG_CANNOT_GZIP_CUSTOM_ADF (//)
  158. TSgui is not yet able to compress custom ADFs.
  159. ;
  160. MSG_READING_TRACK_HEAD (//)
  161. Reading track %ld head %ld\r
  162. ;
  163. ;==== Strings for Version 1.6 start here ===============================
  164. ;
  165. MSG_PREFS_WINDOW_TITLE (//)
  166. TrackSaver Preferences
  167. ;
  168. MSG_PREFS_OUTPUT_WINDOW (//)
  169. Output window for DOS commands
  170. ;
  171. MSG_PREFS_PIPE_PREFIX (//)
  172. Pipe prefix
  173. ;
  174. MSG_PREFS_GZIP_PATH (//)
  175. Path to the GZIP executable
  176. ;
  177. MSG_SAVE (//)
  178. Save
  179. ;
  180. MSG_USE (//)
  181. Use
  182. ;
  183. MSG_NO_DISK_PRESENT (//)
  184. No disk present\nin device %s
  185. ;
  186. MSG_RETRY_CANCEL (//)
  187. Retry|Cancel
  188. ;
  189.